home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineButton2_315 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-03  |  136 b   |  5 lines

  1. on(release){
  2.    var theURL = "http://www.timesonline.co.uk/parentpower/survey";
  3.    lingo("Flsh_openWebPage(\"" + theURL + "\")");
  4. }
  5.